object fSplash: TfSplash Left = 336 Top = 236 AlphaBlend = True AlphaBlendValue = 0 AutoSize = True BorderStyle = bsNone Caption = 'fSplash' ClientHeight = 163 ClientWidth = 351 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 351 Height = 163 AutoSize = True Center = True Picture.Data = {} Transparent = True end end